From 9fa808cc6c55f1b6e99a7aaebd42e4b5681b24a3 Mon Sep 17 00:00:00 2001 From: robertl Date: Tue, 22 Oct 2002 19:13:31 +0000 Subject: [PATCH] Pick up missed fix for route_head_alloc. --- gpsbabel/route.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/route.c b/gpsbabel/route.c index 7614b8bd8..92c8f4a18 100644 --- a/gpsbabel/route.c +++ b/gpsbabel/route.c @@ -35,7 +35,7 @@ route_head_alloc(void) route_head *rte_head; rte_head = xmalloc(sizeof (*rte_head)); QUEUE_INIT(&rte_head->Q); - + return rte_head; } -- 2.30.2